home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / SETTEI.DIR / 00019_Script_19 < prev    next >
Text File  |  1997-09-24  |  318b  |  17 lines

  1. on mouseUp
  2.   global quitMODE
  3.   set quitMODE = "OFF"
  4.   
  5.   --      puppetsound "click"
  6.   --      puppetsound 0
  7.   
  8.   global SETTEI,stockSETTEI
  9.   set SETTEI = value(string(stockSETTEI))
  10.   
  11.   tell the stage
  12.     set the modal of window "SETTEI" to false
  13.     continue
  14.   end tell
  15.   
  16.   forget window"SETTEI"
  17. end